home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / fbr12c / fbrunway.frm < prev    next >
Text File  |  1995-09-06  |  22KB  |  739 lines

  1. VERSION 2.00
  2. Begin Form FBRunway 
  3.    BackColor       =   &H00C0C0C0&
  4.    BorderStyle     =   1  'Fixed Single
  5.    Caption         =   "FileBoy's Runway 1.2c"
  6.    ClientHeight    =   1560
  7.    ClientLeft      =   1335
  8.    ClientTop       =   2730
  9.    ClientWidth     =   6675
  10.    FontBold        =   0   'False
  11.    FontItalic      =   0   'False
  12.    FontName        =   "MS Sans Serif"
  13.    FontSize        =   8.25
  14.    FontStrikethru  =   0   'False
  15.    FontUnderline   =   0   'False
  16.    ForeColor       =   &H00000000&
  17.    Height          =   2250
  18.    Icon            =   FBRUNWAY.FRX:0000
  19.    Left            =   1275
  20.    LinkMode        =   1  'Source
  21.    LinkTopic       =   "Form1"
  22.    MaxButton       =   0   'False
  23.    ScaleHeight     =   1560
  24.    ScaleWidth      =   6675
  25.    Top             =   2100
  26.    Width           =   6795
  27.    Begin ComboBox RunLine 
  28.       BackColor       =   &H00FFFFFF&
  29.       Height          =   300
  30.       Left            =   255
  31.       Sorted          =   -1  'True
  32.       TabIndex        =   0
  33.       Top             =   615
  34.       Width           =   6165
  35.    End
  36.    Begin CommandButton BtnClose 
  37.       Caption         =   "Close"
  38.       Height          =   360
  39.       Left            =   5325
  40.       TabIndex        =   5
  41.       Top             =   -15
  42.       Width           =   1365
  43.    End
  44.    Begin CommandButton BtnRun 
  45.       Caption         =   "Run"
  46.       Height          =   360
  47.       Left            =   3990
  48.       TabIndex        =   4
  49.       Top             =   -15
  50.       Width           =   1350
  51.    End
  52.    Begin CommandButton BtnSave 
  53.       Caption         =   "Save"
  54.       Height          =   360
  55.       Left            =   2655
  56.       TabIndex        =   3
  57.       Top             =   -15
  58.       Width           =   1350
  59.    End
  60.    Begin CommandButton BtnDel 
  61.       Caption         =   "Remove"
  62.       Height          =   360
  63.       Left            =   1320
  64.       TabIndex        =   2
  65.       Top             =   -15
  66.       Width           =   1350
  67.    End
  68.    Begin CommandButton BtnAdd 
  69.       Caption         =   "Add"
  70.       Height          =   360
  71.       Left            =   -15
  72.       TabIndex        =   1
  73.       Top             =   -15
  74.       Width           =   1350
  75.    End
  76.    Begin Label Label3 
  77.       Alignment       =   2  'Center
  78.       BackColor       =   &H00C0C0C0&
  79.       Caption         =   "On Use:"
  80.       FontBold        =   0   'False
  81.       FontItalic      =   0   'False
  82.       FontName        =   "MS Sans Serif"
  83.       FontSize        =   8.25
  84.       FontStrikethru  =   0   'False
  85.       FontUnderline   =   0   'False
  86.       ForeColor       =   &H00000080&
  87.       Height          =   210
  88.       Left            =   4860
  89.       TabIndex        =   8
  90.       Top             =   1170
  91.       Width           =   1665
  92.    End
  93.    Begin Label Label2 
  94.       Alignment       =   2  'Center
  95.       BackColor       =   &H00C0C0C0&
  96.       Caption         =   "Auto-Save:"
  97.       FontBold        =   0   'False
  98.       FontItalic      =   0   'False
  99.       FontName        =   "MS Sans Serif"
  100.       FontSize        =   8.25
  101.       FontStrikethru  =   0   'False
  102.       FontUnderline   =   0   'False
  103.       ForeColor       =   &H00000080&
  104.       Height          =   210
  105.       Left            =   3315
  106.       TabIndex        =   7
  107.       Top             =   1170
  108.       Width           =   1485
  109.    End
  110.    Begin Label Label1 
  111.       Alignment       =   2  'Center
  112.       BackColor       =   &H00C0C0C0&
  113.       Caption         =   "Run App:"
  114.       FontBold        =   0   'False
  115.       FontItalic      =   0   'False
  116.       FontName        =   "MS Sans Serif"
  117.       FontSize        =   8.25
  118.       FontStrikethru  =   0   'False
  119.       FontUnderline   =   0   'False
  120.       ForeColor       =   &H00000080&
  121.       Height          =   210
  122.       Left            =   150
  123.       TabIndex        =   6
  124.       Top             =   1170
  125.       Width           =   3105
  126.    End
  127.    Begin Menu MnuFile 
  128.       Caption         =   "&File"
  129.       Begin Menu MRun 
  130.          Caption         =   "&Run"
  131.          Shortcut        =   ^R
  132.       End
  133.       Begin Menu Sep1 
  134.          Caption         =   "-"
  135.       End
  136.       Begin Menu MAdd 
  137.          Caption         =   "&Add"
  138.          Shortcut        =   {F2}
  139.       End
  140.       Begin Menu MDel 
  141.          Caption         =   "Re&move"
  142.          Shortcut        =   {F3}
  143.       End
  144.       Begin Menu MSave 
  145.          Caption         =   "&Save"
  146.          Shortcut        =   ^S
  147.       End
  148.       Begin Menu Sep2 
  149.          Caption         =   "-"
  150.       End
  151.       Begin Menu MAss 
  152.          Caption         =   "Associate"
  153.          Shortcut        =   +{F9}
  154.       End
  155.       Begin Menu Sep3 
  156.          Caption         =   "-"
  157.       End
  158.       Begin Menu MClose 
  159.          Caption         =   "&Close"
  160.          Shortcut        =   ^C
  161.       End
  162.    End
  163.    Begin Menu MnuOption 
  164.       Caption         =   "&Options"
  165.       Begin Menu MnuRunApp 
  166.          Caption         =   "&Run App As..."
  167.          Begin Menu MOpt 
  168.             Caption         =   "&1 Normal"
  169.             Index           =   1
  170.             Shortcut        =   +{F1}
  171.          End
  172.          Begin Menu MOpt 
  173.             Caption         =   "&2 Minimized"
  174.             Index           =   2
  175.             Shortcut        =   +{F2}
  176.          End
  177.          Begin Menu MOpt 
  178.             Caption         =   "&3 Maximized"
  179.             Index           =   3
  180.             Shortcut        =   +{F3}
  181.          End
  182.          Begin Menu MOpt 
  183.             Caption         =   "&4 Normal w/o Focus"
  184.             Index           =   4
  185.             Shortcut        =   +{F4}
  186.          End
  187.          Begin Menu MOpt 
  188.             Caption         =   "&5 Minimized w/o Focus"
  189.             Index           =   7
  190.             Shortcut        =   +{F5}
  191.          End
  192.       End
  193.       Begin Menu Sep4 
  194.          Caption         =   "-"
  195.       End
  196.       Begin Menu MnuOnUse 
  197.          Caption         =   "Action On Use..."
  198.          Begin Menu MUse 
  199.             Caption         =   "&Close on Use"
  200.             Index           =   0
  201.             Shortcut        =   +{F6}
  202.          End
  203.          Begin Menu MUse 
  204.             Caption         =   "&Minimize"
  205.             Index           =   1
  206.             Shortcut        =   +{F7}
  207.          End
  208.          Begin Menu MUse 
  209.             Caption         =   "&Remain"
  210.             Index           =   2
  211.             Shortcut        =   +{F8}
  212.          End
  213.       End
  214.       Begin Menu Sep5 
  215.          Caption         =   "-"
  216.       End
  217.       Begin Menu MAuto 
  218.          Caption         =   "&Auto-Save on Close"
  219.          Checked         =   -1  'True
  220.          Shortcut        =   ^A
  221.       End
  222.    End
  223.    Begin Menu MnuHelp 
  224.       Caption         =   "&Help"
  225.       Begin Menu MHlp 
  226.          Caption         =   "&Index"
  227.          Shortcut        =   {F1}
  228.       End
  229.       Begin Menu MHlp1 
  230.          Caption         =   "&Help On Help"
  231.       End
  232.       Begin Menu Sep6 
  233.          Caption         =   "-"
  234.       End
  235.       Begin Menu MInfo 
  236.          Caption         =   "&About"
  237.       End
  238.    End
  239. End
  240. DefInt A-Z
  241. Dim ListChg As Integer
  242. Declare Function WinExec Lib "Kernel" (ByVal lpCmdLine As String, ByVal nCmdShow As Integer) As Integer
  243. Declare Sub BringWindowToTop Lib "User" (ByVal hWnd As Integer)
  244. Declare Function GetModuleHandle% Lib "Kernel" (ByVal lpProgramName$)
  245. Declare Function GetModuleUsage% Lib "Kernel" (ByVal hProgram%)
  246. Declare Function GetPrivateProfileInt Lib "Kernel" (ByVal lpApplicationName As String, ByVal lpKeyName As String, ByVal nDefault As Integer, ByVal lpFileName As String) As Integer
  247. Declare Function GetPrivateProfileString Lib "Kernel" (ByVal lpApplicationName As String, ByVal lpKeyName As String, ByVal lpDefault As String, ByVal lpReturnedString As String, ByVal nSize As Integer, ByVal lpFileName As String) As Integer
  248. Declare Function WritePrivateProfileString Lib "Kernel" (ByVal lpApplicationName As String, ByVal lpKeyName As String, ByVal lpString As Any, ByVal lplFileName As String) As Integer
  249. Declare Function GetClassWord Lib "User" (ByVal hWnd As Integer, ByVal nIndex As Integer) As I